Offline SSO Token
Offline SSO Token
Path Parameters
workspaceName string required
Header Parameters
Authentication string
Example: Bearer {{token}}
Response
sso_off_token
string
The offline token for SSO apps.
Sample Response
{
"sso_off_token": "eyJhbGciOiJSUzI1NiIsInR5cCIgOiAiSldUIiwia2lkIiA6ICJCcmZ0Wk1RSmNxSmYwdnNDU2g0MlZkWXl1Rkx6QU9sMDJDcjJxNlIzZFlNIn0.eyJleHAiOjE3MDQyNzY0NjEsImlhdCI6MTcwNDI3NjE2MSwianRpIjoiZDczMzZiZmEtZGUyOC00MjM1LWEyYmItMmM0YjQ1MThjYWQ3IiwiaXNzIjoiYzk1NDJjNGItZGY2OS00MTUzLWE0MTEtYTBkZDZiODRkM2IzIiwiYXVkIjoiNGZmZDliMDAtZWM1OC00NDcwLWEzYWUtZTNjMzhkNmQyYjhkIiwic3ViIjoic3NvLWRlc2t0b3AiLCJ0eXAiOiJCZWFyZXIifQ.ZLBE2xisBpdxfAtDPnId5CrlEC1s7e1LsOA57oFJwFpNocRXcDzkPwE2k6fYlCn_6FcXBAP7aVxL9Ze1Wdk5djbobY-3EfV_3UkFc4qGjftyD-9ry7709tf-0Mggp_N3BnjMQXtM7oqwfv2ynt7z33FW5mBk8f5m-6o9rTCt2BxBgBbbJHlbLLB4NAhJAMUFm3qWJi_aA-G9nCRqQ7DHo3R_ZDxiQjpQwEI6ijQ-EceZhOvGt_rMU9MnfTO6eZARZRsi9myCg4O8CYR0aWEYDbyJZxMdvFXvopj3jI648cVnxDQ6_HceYD3plN9z_UJP0TYJUrNpmDqeJ2zItBJbrg"
}
HTTP STATUS CODE SUMMARY | ||
---|---|---|
200 - OK | Successfully done. | |
201 - OK | Successfully created. | |
400 - Bad Request | The request was unacceptable, often due to missing a required parameter. | |
401 - Unauthorized | Unauthorized access try with correct access. | |
402 - Request Failed | The parameters were valid but the request failed. | |
403 - Forbidden | The Application doesn't have permissions to perform the request. | |
404 - Not Found | The requested resource doesn't exist | |
500 - Server Errors | Something went wrong on ezto auth's end. (These are rare.) | |
503 - Server Errors | Service temporarily unavailable |
Loading...